aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* cfg80211: check for and abort dangling scan requestsJohannes Berg2009-08-141-1/+9
* cfg80211: add missing device list lockingJohannes Berg2009-08-141-0/+2
* nl80211: add generation number to all dumpsJohannes Berg2009-08-141-0/+5
* cfg80211: lower dynamic PS timeout to 100msJohannes Berg2009-08-041-1/+1
* cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2009-08-041-3/+1
* cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg2009-08-041-4/+11
* cfg80211: keep track of current_bss for userspace SMEJohannes Berg2009-08-041-1/+2
* cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-291-0/+3
* cfg80211: make aware of net namespacesJohannes Berg2009-07-271-5/+70
* cfg80211: fix unregistrationJohannes Berg2009-07-241-5/+5
* cfg80211: rework key operationJohannes Berg2009-07-241-6/+5
* cfg80211: disallow configuring unsupported interfacesJohannes Berg2009-07-101-2/+9
* cfg80211: clean up naming once and for allJohannes Berg2009-07-101-114/+114
* cfg80211: fix lockingJohannes Berg2009-07-101-6/+86
* cfg80211: properly name driver lockingJohannes Berg2009-07-101-6/+0
* cfg80211: fix netdev down problemJohannes Berg2009-07-101-3/+0
* cfg80211: keep track of BSSesJohannes Berg2009-07-101-4/+1
* cfg80211: reset auth algorithmJohannes Berg2009-07-101-0/+1
* cfg80211: implement iwpowerJohannes Berg2009-07-101-1/+10
* cfg80211: managed mode wext compatibilityJohannes Berg2009-07-101-4/+19
* cfg80211: emulate connect with auth/assocJohannes Berg2009-07-101-0/+7
* cfg80211: connect/disconnect APISamuel Ortiz2009-07-101-3/+13
* cfg80211: move break statement to correct placeJohannes Berg2009-07-101-15/+16
* cfg80211: allow drivers that can't scan for specific ssidsDavid Kilroy2009-07-101-3/+0
* cfg80211: fix rfkill locking problemJohannes Berg2009-06-101-10/+9
* cfg80211: add rfkill supportJohannes Berg2009-06-031-3/+94
* cfg80211: mark ops as pointer to constDavid Kilroy2009-05-201-1/+1
* mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211Luis R. Rodriguez2009-05-201-0/+5
* cfg80211: implement wext key handlingJohannes Berg2009-05-131-1/+5
* cfg80211: put wext data into substructureJohannes Berg2009-05-111-2/+2
* cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg2009-04-221-1/+1
* nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen2009-04-221-0/+10
* cfg80211: clean up includesJohannes Berg2009-04-221-1/+0
* cfg80211/nl80211: add IBSS APIJohannes Berg2009-04-221-0/+16
* cfg80211: fix locking in nl80211_set_wiphyJohannes Berg2009-03-271-20/+10
* cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez2009-03-161-0/+11
* cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez2009-03-161-1/+1
* cfg80211: Add AP beacon regulatory hintsLuis R. Rodriguez2009-02-271-2/+3
* cfg80211: make regulatory_request use wiphy_idx instead of wiphyLuis R. Rodriguez2009-02-271-3/+27
* cfg80211: add assert_cfg80211_lock() to ensure proper protectionLuis R. Rodriguez2009-02-271-1/+4
* cfg80211: rename cfg80211_drv_mutex to cfg80211_mutexLuis R. Rodriguez2009-02-271-15/+20
* cfg80211: add wiphy_idx_valid to check for wiphy_idx sanityLuis R. Rodriguez2009-02-271-1/+4
* cfg80211: rename cfg80211_registered_device's idx to wiphy_idxLuis R. Rodriguez2009-02-271-17/+18
* cfg80211: free_priv for BSS infoJohannes Berg2009-02-131-1/+1
* cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg2009-02-131-0/+8
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-291-3/+9
* cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez2008-11-251-1/+4
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+1
* wireless: remove cfg80211_reg_mutexJohannes Berg2008-10-311-4/+2
* cfg80211: fix debugfs error handlingJohannes Berg2008-10-141-1/+4