aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: fix locking in nl80211_set_wiphyJohannes Berg2009-03-271-8/+20
* cfg80211: accept no-op interface mode changesJohannes Berg2009-03-271-7/+21
* nl80211: Check iftype in cfg80211 codeJouni Malinen2009-03-271-2/+56
* nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen2009-03-271-0/+40
* nl80211: Add more through validation of MLME command parametersJouni Malinen2009-03-271-6/+26
* nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen2009-03-271-47/+0
* nl80211: Add MLME primitives to support external SMEJouni Malinen2009-03-271-0/+255
* nl80211: Event notifications for MLME eventsJouni Malinen2009-03-271-0/+72
* nl80211: rework lockingJohannes Berg2009-03-271-105/+166
* nl80211: export supported commandsJohannes Berg2009-03-271-0/+27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-231-0/+11
|\
| * nl80211: Check that function pointer != NULL before using itJouni Malinen2009-03-201-0/+11
* | cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez2009-03-161-0/+62
* | nl80211: Avoid AP mode BUG_ON hang with invalid lock assertJouni Malinen2009-02-271-2/+0
* | cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez2009-02-271-20/+10
* | cfg80211: add assert_cfg80211_lock() to ensure proper protectionLuis R. Rodriguez2009-02-271-1/+2
* | nl80211: disallow user requests prior to regulatory_init()Luis R. Rodriguez2009-02-271-8/+26
* | cfg80211: rename cfg80211_drv_mutex to cfg80211_mutexLuis R. Rodriguez2009-02-271-10/+10
* | cfg80211: rename cfg80211_registered_device's idx to wiphy_idxLuis R. Rodriguez2009-02-271-2/+2
* | cfg80211: clean up signal typeJohannes Berg2009-02-271-1/+1
* | nl80211: remove admin requirement from station getJohannes Berg2009-02-271-1/+0
* | nl80211: Provide access to STA TX/RX packet countersJouni Malinen2009-02-271-0/+6
* | nl80211: Optional IEs into scan requestJouni Malinen2009-02-271-1/+20
* | cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg2009-02-131-0/+323
* | cfg80211: add get reg commandLuis R. Rodriguez2009-02-091-0/+81
* | cfg80211: do not pass -EALREADY to userspace on regdomain change requestLuis R. Rodriguez2009-01-291-0/+5
* | nl80211: New command for adding extra IE(s) into management framesJouni Malinen2009-01-291-0/+47
* | mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen2009-01-291-7/+22
|/
* mac80211: Fix HT channel selectionSujith2008-12-191-14/+13
* nl80211: Add signal strength and bandwith to nl80211station infoHenning Rogge2008-12-191-1/+57
* cfg80211: fix nl80211 frequency handlingJohannes Berg2008-12-121-14/+26
* nl80211: Add frequency configuration (including HT40)Jouni Malinen2008-12-051-0/+57
* nl80211: Change max TX power to be in mBm instead of dBmJouni Malinen2008-11-261-2/+2
* nl80211: Report max TX power in NL80211_BAND_ATTR_FREQSJouni Malinen2008-11-261-0/+3
* cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez2008-11-251-1/+1
* nl80211: Add TX queue parameter configurationJouni Malinen2008-11-101-5/+62
* nl80211: Add basic rate configuration for AP modeJouni Malinen2008-11-101-0/+8
* wireless: remove struct regdom hintingJohannes Berg2008-10-311-1/+1
* wireless: make regdom passing semantics simplerJohannes Berg2008-10-311-4/+1
* Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com2008-10-311-0/+191
* nl80211: fix monitor flagsJohannes Berg2008-10-311-1/+1
* nl80211: export HT capabilitiesJohannes Berg2008-10-311-0/+13
* cfg80211: reject invalid configuration itemsJohannes Berg2008-09-241-7/+17
* cfg80211: allow set_interface without typeJohannes Berg2008-09-241-7/+8
* cfg80211: show interface typeJohannes Berg2008-09-241-1/+5
* cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez2008-09-151-0/+151
* cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-2/+20
* mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen2008-08-291-0/+10
* mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen2008-08-291-0/+52
* nl80211: fix dump callbacksJohannes Berg2008-07-291-122/+153