aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-28cfg80211: clean up properly on interface type changeJohannes Berg1-53/+1
2009-08-28cfg80211: check lost scans later, fix bugJohannes Berg1-1/+3
2009-08-20cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi1-1/+3
2009-08-20cfg80211: fix dangling scan request checkingJohannes Berg1-13/+63
2009-08-20cfg80211: fix deadlockJohannes Berg1-12/+18
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg1-1/+3
2009-08-14cfg80211: check for and abort dangling scan requestsJohannes Berg1-1/+9
2009-08-14cfg80211: add missing device list lockingJohannes Berg1-0/+2
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+5
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg1-1/+1
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez1-3/+1
2009-08-04cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg1-4/+11
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg1-1/+2
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg1-0/+3
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-5/+70
2009-07-24cfg80211: fix unregistrationJohannes Berg1-5/+5
2009-07-24cfg80211: rework key operationJohannes Berg1-6/+5
2009-07-10cfg80211: disallow configuring unsupported interfacesJohannes Berg1-2/+9
2009-07-10cfg80211: clean up naming once and for allJohannes Berg1-114/+114
2009-07-10cfg80211: fix lockingJohannes Berg1-6/+86
2009-07-10cfg80211: properly name driver lockingJohannes Berg1-6/+0
2009-07-10cfg80211: fix netdev down problemJohannes Berg1-3/+0
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-4/+1
2009-07-10cfg80211: reset auth algorithmJohannes Berg1-0/+1
2009-07-10cfg80211: implement iwpowerJohannes Berg1-1/+10
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-4/+19
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg1-0/+7
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-3/+13
2009-07-10cfg80211: move break statement to correct placeJohannes Berg1-15/+16
2009-07-10cfg80211: allow drivers that can't scan for specific ssidsDavid Kilroy1-3/+0
2009-06-10cfg80211: fix rfkill locking problemJohannes Berg1-10/+9
2009-06-03cfg80211: add rfkill supportJohannes Berg1-3/+94
2009-05-20cfg80211: mark ops as pointer to constDavid Kilroy1-1/+1
2009-05-20mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211Luis R. Rodriguez1-0/+5
2009-05-13cfg80211: implement wext key handlingJohannes Berg1-1/+5
2009-05-11cfg80211: put wext data into substructureJohannes Berg1-2/+2
2009-04-22cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg1-1/+1
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-0/+10
2009-04-22cfg80211: clean up includesJohannes Berg1-1/+0
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg1-0/+16
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg1-20/+10
2009-03-16cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez1-0/+11
2009-03-16cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez1-1/+1
2009-02-27cfg80211: Add AP beacon regulatory hintsLuis R. Rodriguez1-2/+3
2009-02-27cfg80211: make regulatory_request use wiphy_idx instead of wiphyLuis R. Rodriguez1-3/+27
2009-02-27cfg80211: add assert_cfg80211_lock() to ensure proper protectionLuis R. Rodriguez1-1/+4
2009-02-27cfg80211: rename cfg80211_drv_mutex to cfg80211_mutexLuis R. Rodriguez1-15/+20
2009-02-27cfg80211: add wiphy_idx_valid to check for wiphy_idx sanityLuis R. Rodriguez1-1/+4
2009-02-27cfg80211: rename cfg80211_registered_device's idx to wiphy_idxLuis R. Rodriguez1-17/+18
2009-02-13cfg80211: free_priv for BSS infoJohannes Berg1-1/+1