aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* rtl8187: Update file authorship in commentsLarry Finger2008-11-211-0/+8
* rtl8180: adapt for deprecated IEEE80211_CONF_SHORT_SLOT_TIME flagJohn W. Linville2008-11-213-3/+24
* net/ieee80211 -> drivers/net/ipw2x00/libipw_* renameJohn W. Linville2008-11-217-2/+3644
* ipw2x00: relocate ipw2100/ipw2200 to common directoryJohn W. Linville2008-11-218-149/+159
* lib80211: consolidate crypt init routinesJohn W. Linville2008-11-212-93/+11
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-2114-127/+136
* orinoco: fix last beacon reporting on 64-bit systemsPavel Roskin2008-11-211-2/+2
* rt2x00: Fix race condition when using inderect registersIvo van Doorn2008-11-218-81/+152
* rt2x00: Optimize get_duration / get_duration_resIvo van Doorn2008-11-216-34/+27
* drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZEJulia Lawall2008-11-211-4/+2
* rt2x00: Cleanup TX/RX entry handlingIvo van Doorn2008-11-2113-135/+127
* iwlwifi: use Rx single frame mode (one Rx frame per RB)Zhu, Yi2008-11-212-2/+4
* iwlwifi: get some more information about command failureWinkler, Tomas2008-11-211-1/+6
* iwl3945 : Simplify iwl3945_send_beacon_cmdKolekar, Abhijeet2008-11-211-12/+14
* iwlwifi: move iwl_print_hex_dump to iwl-debug.hWinkler, Tomas2008-11-212-17/+10
* iwl3945 : Fix Sparse WarningsKolekar, Abhijeet2008-11-211-1/+1
* iwlwifi: move spectrum measurement code to iwl-spectrum.c fileTomas Winkler2008-11-215-228/+209
* iwlwifi: revamp tx scheduler byte count tables handlingTomas Winkler2008-11-2110-244/+129
* iwlwifi: move rx queue read pointer into rxqWinkler, Tomas2008-11-219-83/+37
* iwlwifi: update iwl-commands.h for 3 stream supportHalperin, Daniel C2008-11-211-5/+7
* iwlwifi: don't fail power set when calibration is not done yetWinkler, Tomas2008-11-211-9/+8
* iwlwifi: trivial fix in includesWinkler, Tomas2008-11-211-2/+1
* iwl3945: fix resume for ADHOC networkMohamed Abbas2008-11-211-7/+14
* iwlagn: fix resume for ADHOC networkMohamed Abbas2008-11-211-6/+15
* b43: remove rate index warningJohannes Berg2008-11-211-2/+2
* b43legacy: implement short slot and basic rate handlingJohannes Berg2008-11-212-13/+103
* ipw2200: make association only if SSID is known.Alexey Fisher2008-11-211-2/+1
* ath9k: enable RXing of beacons on STA/IBSSLuis R. Rodriguez2008-11-211-3/+2
* ath5k: allow APs to receive beaconsLuis R. Rodriguez2008-11-211-2/+2
* ath5k: Fix IMR initNick Kossifidis2008-11-211-3/+3
* ath9k : Display MAC/BB and RF version at startup (v2)Benoit PAPILLAULT2008-11-212-6/+71
* ath5k: ignore the return value of ath5k_hw_noise_floor_calibrationFelix Fietkau2008-11-212-6/+2
* rt2x00: Fix BUG_ON() with antenna handlingIvo van Doorn2008-11-215-24/+51
* rt2x00: Block set_key() during suspend/shutdownIvo van Doorn2008-11-211-1/+3
* rt2x00: Fix LED state handlingIvo van Doorn2008-11-211-38/+56
* rt2x00: Remove RATE_BASIC flagIvo van Doorn2008-11-212-8/+7
* Move all rtl818x files to a common directory.Larry Finger2008-11-2117-6/+9
* mac80211_hwsim: enable Mesh Point operationAndrey Yurovsky2008-11-211-2/+4
* libertas: Fine grained configuration of wake-on-lan.Anna Neal2008-11-217-7/+65
* ipw2100, ipw2200: select LIB80211John W. Linville2008-11-211-0/+2
* netdevice zd1201: Convert directly reference of netdev->priv to netdev_priv()John W. Linville2008-11-211-59/+56
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-204-17/+22
|\
| * iwlagn: fix RX skb alignmentJohannes Berg2008-11-183-13/+22
| * mac80211: remove ieee80211_notify_macJohannes Berg2008-11-182-2/+0
| * libertas_tf: fix skb tail pointerJohannes Berg2008-11-181-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-182-1/+7
|\ \ | |/
| * hostap: pad the skb->cb usage in lieu of a proper fixJohannes Berg2008-11-121-1/+4
| * rtl8187 : support for Sitecom WL-168 0001 v4Bob Jolliffe2008-11-121-0/+1
| * rtl8187: Add Abocom USB IDIvan Kuten2008-11-121-0/+2
* | netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-123-112/+110