summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-11-10don't use net/ieee80211.hJohannes Berg15-148/+156
2008-11-10iwl3945: remove bogus commentJohannes Berg1-2/+0
2008-11-10mac80211: remove SSID driver codeJohannes Berg2-14/+0
2008-11-10adm8211: remove SSID codeJohannes Berg2-25/+0
2008-11-10b43/legacy: remove SSID codeJohannes Berg2-45/+0
2008-11-10iwlwifi: remove unused essid variableJohannes Berg4-28/+0
2008-11-10iwlwifi: remove implicit direct scanJohannes Berg2-15/+0
2008-11-10iwl3945: remove dead codeJohannes Berg1-16/+2
2008-11-10ath9k: remove useless NULL initialisersJohannes Berg1-8/+0
2008-11-10p54: eliminate warning for uninitialized variable 'tim_len'John W. Linville1-1/+1
2008-11-10p54: AP & Ad-hoc testingChristian Lamparter2-5/+241
2008-11-10p54: put broadcast frames into the right queuesChristian Lamparter1-15/+67
2008-11-10p54: more definitions form lmac_longbow.h and pda.hChristian Lamparter2-32/+82
2008-11-10p54: introduce new names for device firmwaresChristian Lamparter3-10/+27
2008-11-10netdevice libertas: Fix directly reference of netdev->privWang Chen1-18/+18
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-11/+32
2008-11-07iwl3945: fix deadlock on suspendZhu, Yi1-1/+1
2008-11-07iwl3945: do not send scan command if channel count zeroReinette Chatre1-0/+5
2008-11-07iwl3945: clear scanning bits upon failureMohamed Abbas1-0/+8
2008-11-07ath5k: correct handling of rx status fieldsBob Copeland1-8/+8
2008-11-07zd1211rw: Add 2 device IDsDaniel Drake1-0/+2
2008-11-07iwlagn: avoid sleep in softirq contextJohn W. Linville1-1/+5
2008-11-07iwlwifi: clear scanning bits upon failureMohamed Abbas1-0/+7
2008-11-07Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville1-1/+3
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller12-20/+0
2008-11-01ath9k: use ETH_P_PAELuis R. Rodriguez1-2/+2
2008-11-01ath9k: remove useless conditionalBob Copeland1-3/+0
2008-11-01orinoco: cache downloadable firmware image in memory for use during resumeAndrey Borzenkov2-7/+26
2008-11-01orinoco: reload firmware on resumeAndrey Borzenkov1-6/+5
2008-11-01ath5k: Update interrupt masking codeNick Kossifidis6-79/+247
2008-11-01wireless: remove struct regdom hintingJohannes Berg1-1/+1
2008-11-01iwlwifi: Update reclaim flagDaniel Halperin1-0/+1
2008-11-01iwl3945: iwl3945_mac_get_tsf() should not return zeroFabrice Bellet1-9/+0
2008-11-01iwlwifi: run through spell checkerTomas Winkler26-92/+91
2008-11-01iwlwifi: refactor tx byte count table usageTomas Winkler6-185/+62
2008-11-01iwlwifi: clear scanning bits upon failureMohamed Abbas1-0/+7
2008-11-01iwlwifi: convert correctly rate_n_flags to PLCP index for mimo3 packetsDaniel C. Halperin1-1/+3
2008-11-01iwlwifi: calibration command namespace renamingTomas Winkler5-69/+74
2008-11-01iwlwifi: parametrize eeprom versionsTomas Winkler5-39/+41
2008-11-01iwlwifi: don't update TFD free counter for invalid stationTomas Winkler1-2/+2
2008-11-01iwlwifi: refactor TX response flowTomas Winkler6-119/+125
2008-11-01mac80211: Re-enable aggregationSujith2-5/+4
2008-11-01ath9k: Check if the STA supports HT when initializing rate controlSujith1-1/+1
2008-11-01ath9k: Allow user to change tx power when askedLuis R. Rodriguez2-2/+9
2008-11-01ath9k: enable RX interrupt mitigationLuis R. Rodriguez1-1/+1
2008-11-01ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez3-29/+15
2008-11-01wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflictsJohn W. Linville2-25/+12
2008-11-01wireless: use individual buffers for printing ssid valuesJohn W. Linville9-87/+141
2008-11-01wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville1-22/+1
2008-11-01wireless: consolidate on a single escape_essid implementationJohn W. Linville14-198/+99