aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | mwl8k: handle station database update for AP's sta entry via ->sta_notify()Lennert Buytenhek2010-01-051-9/+73
* | mwl8k: move struct peer_capability_info to its only userLennert Buytenhek2010-01-051-48/+43
* | mwl8k: make the tx ring drain status messages somewhat more friendlyLennert Buytenhek2010-01-051-2/+2
* | mwl8k: prevent freeing free IRQ if ieee80211_register_hw() failsLennert Buytenhek2010-01-051-1/+1
* | mwl8k: bail out if there is no AP firmware image support for this chipLennert Buytenhek2010-01-051-2/+9
* | cfg80211: add a regulatory debug printLuis R. Rodriguez2010-01-051-14/+18
* | mwl8k: update version number to 0.11Lennert Buytenhek2010-01-051-1/+1
* | mac80211: fix ieee80211_change_mac() to use struct sockaddrKalle Valo2010-01-051-2/+3
* | mac80211: fix a warning related to pointer conversion to u64 cookieKalle Valo2010-01-051-6/+6
* | mac80211: No need to include WEXT headers hereJouni Malinen2010-01-053-3/+0
* | iwlwifi: remove linux/utsrelease.h dependencyZhu Yi2010-01-051-3/+1
* | mac80211: fix typo added by "mac80211: fix propagation of failed..."John W. Linville2010-01-041-1/+1
* | wl1271: fix timeout in wl1271_top_reg_readJuha Leppanen2010-01-041-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-3028-447/+130
|\ \ | |/
| * Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2009-12-292-158/+46
| * iwmc3200wifi: fix array out-of-boundary accessZhu Yi2009-12-281-1/+1
| * wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin2009-12-281-1/+1
| * mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez2009-12-281-0/+12
| * mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2009-12-281-0/+4
| * ath9k: fix missed error codes in the tx status checkFelix Fietkau2009-12-282-1/+4
| * ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez2009-12-281-0/+6
| * ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez2009-12-281-0/+2
| * ath9k: fix suspend by waking device prior to stopSujith2009-12-281-0/+6
| * cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg2009-12-281-4/+9
| * wl1271_cmd.c: cleanup char => u8Dan Carpenter2009-12-281-2/+2
| * iwlwifi: Storage class should be before const qualifierTobias Klauser2009-12-281-1/+1
| * ath9k: Storage class should be before const qualifierTobias Klauser2009-12-281-1/+1
| * cfg80211: fix race between deauth and assoc responseJohannes Berg2009-12-281-1/+12
| * wireless: remove remaining qual codeJohannes Berg2009-12-2811-257/+4
| * rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde2009-12-281-0/+1
| * ath5k: fix SWI calibration interrupt stormBob Copeland2009-12-281-4/+3
| * mac80211: fix ibss join with fixed-bssidFelix Fietkau2009-12-281-0/+4
| * libertas: Remove carrier signaling from the scan codeSamuel Ortiz2009-12-281-14/+8
| * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov2009-12-281-3/+3
* | mac80211: annotate sleeping driver opsKalle Valo2009-12-282-16/+87
* | mac80211: remove requeue from workJohannes Berg2009-12-281-18/+0
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-2825-214/+170
* | mac80211/cfg80211: add station eventsJohannes Berg2009-12-285-1/+51
* | mac80211: make off-channel work genericJohannes Berg2009-12-283-68/+88
* | mac80211: support remain-on-channel commandJohannes Berg2009-12-286-6/+181
* | cfg80211: add remain-on-channel commandJouni Malinen2009-12-287-15/+368
* | mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen2009-12-284-152/+178
* | mac80211: proper bss private data handlingJohannes Berg2009-12-287-72/+82
* | mac80211: split up and insert custom IEs correctlyJohannes Berg2009-12-284-36/+184
* | mac80211: refactor associationJohannes Berg2009-12-282-109/+137
* | mac80211: rewrite a few work messagesJohannes Berg2009-12-281-10/+10
* | mac80211: generalise work handlingJohannes Berg2009-12-289-835/+1112
* | mac80211: generalise management work a bitJohannes Berg2009-12-282-107/+172
* | mac80211: let cfg80211 manage auth stateJohannes Berg2009-12-282-103/+73
* | mac80211: introduce flush operationJohannes Berg2009-12-286-2/+57