summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-11-22ath9k_htc: fix eeprom accessFelix Fietkau1-0/+1
2010-11-22ath9k_hw: fix A-MPDU key search issues on AR9003Felix Fietkau2-0/+5
2010-11-22zd1211rw: Use constJoe Perches1-2/+2
2010-11-22rt2x00: Use static constJoe Perches1-1/+1
2010-11-22rndis_wlan: Use static constJoe Perches1-3/+6
2010-11-22ray_cs: Use static constJoe Perches1-2/+2
2010-11-22libertas: Use static constJoe Perches2-2/+4
2010-11-22iwlwifi: Use static constJoe Perches3-8/+9
2010-11-22b43: Use static constJoe Perches1-3/+5
2010-11-22atmel: Use static constJoe Perches1-2/+4
2010-11-22carl9170: Use static constJoe Perches1-1/+1
2010-11-22ath9k: Use static constJoe Perches13-64/+74
2010-11-22ath5k: Use static constJoe Perches1-17/+17
2010-11-22ar9170: Use constJoe Perches1-1/+1
2010-11-22carl9170: fix init-self regressionChristian Lamparter1-1/+1
2010-11-22libertas: remove duplicated #includeHuang Weiyi1-2/+0
2010-11-22ath9k: fix recursive locking in the tx flush pathFelix Fietkau1-0/+2
2010-11-22iwlwifi: fix modular 3945 only buildJohannes Berg1-0/+4
2010-11-22b43: rfkill: use HI enabled bit for all devicesRafał Miłecki1-17/+2
2010-11-22b43: N-PHY: add 2056 radio channels tablesRafał Miłecki1-0/+5968
2010-11-22Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville26-225/+345
2010-11-22wl12xx: Unset bssid filter, ssid and bssid from firmware on disassocJuuso Oikarinen1-1/+4
2010-11-22wl1271: add support for HW TX fragmentationArik Nemtsov4-5/+34
2010-11-22Revert "wl1271: Change supported channel order for a more optimal scan"Juuso Oikarinen1-46/+40
2010-11-22wl1271: Prevent ad-hoc and active scanning on 11a DFS frequenciesJuuso Oikarinen1-0/+23
2010-11-22wl1271: cleanup unused code of calibration structuresGery Kahn1-48/+0
2010-11-22wl1271: Change wl12xx Files NamesShahar Levi33-151/+154
2010-11-18ssb: drop BCM4328 hack for SPROM revisionRafał Miłecki1-4/+0
2010-11-18ath9k_hw: support reading calibration data from flash on AR9003Felix Fietkau1-0/+15
2010-11-18ath9k: add support for reading eeprom from platform data on PCI devicesFelix Fietkau3-17/+32
2010-11-18rndis_wlan: avoid uninitialized var warning in rndis_wlan_craft_connected_bssJohn W. Linville1-1/+1
2010-11-18iwmc3200wifi: clarify potentially undefined operation in iwm_scan_ssidsJohn W. Linville1-1/+1
2010-11-18ath5k: Use generic EWMA libraryBruno Randolf5-29/+8
2010-11-17ath9k_hw: add support for reading EEPROM data from the internal OTP ROMFelix Fietkau2-6/+93
2010-11-17ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau2-109/+109
2010-11-17ath9k: more tx setup cleanupsFelix Fietkau2-74/+59
2010-11-17ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not setFelix Fietkau1-0/+3
2010-11-17ath9k: clean up code duplication around ath_tx_startFelix Fietkau4-73/+39
2010-11-17ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau2-15/+9
2010-11-17ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau2-27/+38
2010-11-17ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau2-52/+47
2010-11-17ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau2-20/+18
2010-11-17ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau2-8/+8
2010-11-17ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau3-7/+4
2010-11-17ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau2-6/+5
2010-11-17ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau2-14/+13
2010-11-17ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau2-18/+28
2010-11-17ath9k: fix PA predistortion training frame setupFelix Fietkau1-3/+3
2010-11-17ath9k_hw: set default values for radar pulse detectionFelix Fietkau3-0/+32
2010-11-17rt2x00: Modify rt2x00queue_remove_l2pad to make skb->data two-byte alignmentRA-Jay Hung1-2/+4