Age | Commit message (Expand) | Author | Files | Lines |
2010-11-22 | libertas: Use static const | Joe Perches | 2 | -2/+4 |
2010-11-22 | iwlwifi: Use static const | Joe Perches | 3 | -8/+9 |
2010-11-22 | b43: Use static const | Joe Perches | 1 | -3/+5 |
2010-11-22 | atmel: Use static const | Joe Perches | 1 | -2/+4 |
2010-11-22 | carl9170: Use static const | Joe Perches | 1 | -1/+1 |
2010-11-22 | ath9k: Use static const | Joe Perches | 13 | -64/+74 |
2010-11-22 | ath5k: Use static const | Joe Perches | 1 | -17/+17 |
2010-11-22 | ar9170: Use const | Joe Perches | 1 | -1/+1 |
2010-11-22 | carl9170: fix init-self regression | Christian Lamparter | 1 | -1/+1 |
2010-11-22 | libertas: remove duplicated #include | Huang Weiyi | 1 | -2/+0 |
2010-11-22 | ath9k: fix recursive locking in the tx flush path | Felix Fietkau | 1 | -0/+2 |
2010-11-22 | iwlwifi: fix modular 3945 only build | Johannes Berg | 1 | -0/+4 |
2010-11-22 | mac80211: Disable hw crypto for GTKs on AP VLAN interfaces | Helmut Schaa | 1 | -1/+8 |
2010-11-22 | cfg80211: Fix regulatory bug with multiple cards and delays | Luis R. Rodriguez | 2 | -9/+50 |
2010-11-22 | cfg80211: move mutex locking to reg_process_pending_hints() | Luis R. Rodriguez | 1 | -8/+8 |
2010-11-22 | cfg80211: move reg_work and reg_todo above | Luis R. Rodriguez | 1 | -2/+3 |
2010-11-22 | cfg80211: put core regulatory request into queue | Luis R. Rodriguez | 1 | -6/+1 |
2010-11-22 | b43: rfkill: use HI enabled bit for all devices | Rafał Miłecki | 1 | -17/+2 |
2010-11-22 | b43: N-PHY: add 2056 radio channels tables | Rafał Miłecki | 1 | -0/+5968 |
2010-11-22 | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel... | John W. Linville | 26 | -225/+345 |
2010-11-22 | wl12xx: Unset bssid filter, ssid and bssid from firmware on disassoc | Juuso Oikarinen | 1 | -1/+4 |
2010-11-22 | wl1271: add support for HW TX fragmentation | Arik Nemtsov | 4 | -5/+34 |
2010-11-22 | Revert "wl1271: Change supported channel order for a more optimal scan" | Juuso Oikarinen | 1 | -46/+40 |
2010-11-22 | wl1271: Prevent ad-hoc and active scanning on 11a DFS frequencies | Juuso Oikarinen | 1 | -0/+23 |
2010-11-22 | wl1271: cleanup unused code of calibration structures | Gery Kahn | 1 | -48/+0 |
2010-11-22 | wl1271: Change wl12xx Files Names | Shahar Levi | 33 | -151/+154 |
2010-11-18 | ssb: drop BCM4328 hack for SPROM revision | Rafał Miłecki | 1 | -4/+0 |
2010-11-18 | ath9k_hw: support reading calibration data from flash on AR9003 | Felix Fietkau | 1 | -0/+15 |
2010-11-18 | ath9k: add support for reading eeprom from platform data on PCI devices | Felix Fietkau | 3 | -17/+32 |
2010-11-18 | rndis_wlan: avoid uninitialized var warning in rndis_wlan_craft_connected_bss | John W. Linville | 1 | -1/+1 |
2010-11-18 | iwmc3200wifi: clarify potentially undefined operation in iwm_scan_ssids | John W. Linville | 1 | -1/+1 |
2010-11-18 | nl80211/mac80211: Report signal average | Bruno Randolf | 8 | -1/+18 |
2010-11-18 | ath5k: Use generic EWMA library | Bruno Randolf | 5 | -29/+8 |
2010-11-18 | lib: Add generic exponentially weighted moving average (EWMA) function | Bruno Randolf | 4 | -0/+94 |
2010-11-18 | mac80211: fix powersaving clients races | Johannes Berg | 4 | -7/+29 |
2010-11-18 | mac80211: defines for AC numbers | Johannes Berg | 2 | -1/+24 |
2010-11-18 | ath9k_hw: add support for reading EEPROM data from the internal OTP ROM | Felix Fietkau | 2 | -6/+93 |
2010-11-18 | ath9k: store frame information used by aggregation inside the skb tx info | Felix Fietkau | 2 | -109/+109 |
2010-11-18 | ath9k: more tx setup cleanups | Felix Fietkau | 2 | -74/+59 |
2010-11-18 | ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not set | Felix Fietkau | 1 | -0/+3 |
2010-11-18 | ath9k: clean up code duplication around ath_tx_start | Felix Fietkau | 4 | -73/+39 |
2010-11-18 | ath9k: remove bf_tx_aborted from struct ath_buf | Felix Fietkau | 2 | -15/+9 |
2010-11-18 | ath9k: remove bfs_frmlen from struct ath_buf_state | Felix Fietkau | 2 | -27/+38 |
2010-11-18 | ath9k: remove bfs_nframes from struct ath_buf_state | Felix Fietkau | 2 | -52/+47 |
2010-11-18 | ath9k: remove bfs_al from struct ath_buf_state | Felix Fietkau | 2 | -20/+18 |
2010-11-18 | ath9k: remove bfs_keyix from struct ath_buf_state | Felix Fietkau | 2 | -8/+8 |
2010-11-18 | ath9k: remove bfs_paprd_timestamp from struct ath_buf_state | Felix Fietkau | 3 | -7/+4 |
2010-11-18 | ath9k: remove bfs_keytype from struct ath_buf_state | Felix Fietkau | 2 | -6/+5 |
2010-11-18 | ath9k: remove bfs_tidno from struct ath_buf_state | Felix Fietkau | 2 | -14/+13 |
2010-11-18 | ath9k: remove bfs_seqno from struct ath_buf_state | Felix Fietkau | 2 | -18/+28 |