Age | Commit message (Expand) | Author | Files | Lines |
2011-04-05 | mwifiex: remove unused macros in decl.h and main.h | Bing Zhao | 2 | -31/+0 |
2011-04-05 | mwifiex: remove struct mwifiex_802_11_fixed_ies | Bing Zhao | 2 | -22/+8 |
2011-04-05 | mwifiex: cleanup power save related struct and macros | Marc Yang | 4 | -66/+37 |
2011-04-05 | ieee80211: add HT extended capabilities masks | Bing Zhao | 1 | -0/+9 |
2011-04-05 | mwifiex: remove unused macros in fw.h | Marc Yang | 1 | -42/+0 |
2011-04-05 | mwifiex: remove unused radio_on variable and macros | Marc Yang | 5 | -9/+0 |
2011-04-05 | mwifiex: remove MWIFIEX_AUTH_MODE_ macros | Marc Yang | 4 | -11/+6 |
2011-04-05 | mwifiex: remove MWIFIEX_BSS_MODE_ macros | Bing Zhao | 12 | -165/+74 |
2011-04-05 | rt2x00: Add an error message when trying to send on a full queue | Helmut Schaa | 1 | -1/+4 |
2011-04-05 | rt2x00: Fix tx aggregation problems with some clients | Helmut Schaa | 3 | -1/+9 |
2011-04-05 | rt2x00: Add support for the ZyXEL NWD-211AN USB | Ivo van Doorn | 1 | -0/+1 |
2011-04-05 | rt2x00: Fix STBC transmissions to STAs with Rx STBC > 1 | Helmut Schaa | 1 | -2/+5 |
2011-04-05 | rt2x00: Implement tx power temperature compensation | Helmut Schaa | 9 | -5/+296 |
2011-04-05 | rt2x00: Remove obsolete rt2x00queue_align_payload | Helmut Schaa | 3 | -25/+0 |
2011-04-05 | rt2x00: Indention cleanup in rt2800lib | Helmut Schaa | 1 | -14/+11 |
2011-04-05 | rt2x00: Don't recalculate HT40 compensation for each rate | Helmut Schaa | 1 | -14/+18 |
2011-04-05 | rt2x00: Restructure bw_comp calculation | Helmut Schaa | 1 | -5/+8 |
2011-04-05 | rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flag | Helmut Schaa | 5 | -10/+5 |
2011-04-05 | rt2x00: Calculate tx status fifo size instead of hardcoding it | Helmut Schaa | 1 | -6/+12 |
2011-04-05 | rt2x00: Limit rt2800pci txdone processing to 16 entries at once | Helmut Schaa | 1 | -2/+10 |
2011-04-05 | rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once | Helmut Schaa | 6 | -11/+25 |
2011-04-05 | rtlwifi: Remove unused/unneeded variables | Larry Finger | 8 | -137/+98 |
2011-04-05 | mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_info | Marc Yang | 7 | -129/+63 |
2011-04-05 | mwifiex: remove macro SHORT_SLOT_TIME_DISABLED | Bing Zhao | 2 | -6/+3 |
2011-04-05 | mac80211: remove the dependency on crypto_blkcipher | Felix Fietkau | 6 | -28/+23 |
2011-04-05 | mwifiex: remove unnecessary _set_auth functions | Marc Yang | 5 | -77/+19 |
2011-04-05 | mwifiex: remove helper functions for displaying 11n capabilities | Yogesh Ashok Powar | 4 | -116/+0 |
2011-04-05 | mac80211: fix suppressing probe responses in ad-hoc mode | Felix Fietkau | 1 | -2/+1 |
2011-04-05 | ath9k_hw: remove ath9k_get_channel_edges | Mohammed Shafi Shajakhan | 2 | -28/+0 |
2011-04-05 | ath9k: remove set11n_virtualmorefrag | Mohammed Shafi Shajakhan | 4 | -32/+0 |
2011-04-05 | ath9k: cleanup few redundant macros | Mohammed Shafi Shajakhan | 3 | -7/+1 |
2011-04-05 | wifi: Add hwflags to debugfs. | Ben Greear | 1 | -13/+76 |
2011-04-05 | iwlegacy: MAINTAINERS | Stanislaw Gruszka | 1 | -7/+3 |
2011-04-05 | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel... | John W. Linville | 17 | -433/+136 |
2011-03-30 | ath9k_hw: remove pCap->tx_triglevel_max | Felix Fietkau | 3 | -7/+1 |
2011-03-30 | ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPM | Felix Fietkau | 2 | -3/+0 |
2011-03-30 | ath9k_hw: remove pCap->keycache_size | Felix Fietkau | 4 | -21/+2 |
2011-03-30 | ath9k_hw: remove pCap->reg_cap | Felix Fietkau | 2 | -18/+0 |
2011-03-30 | ath9k_hw: remove ah->config.ht_enable | Felix Fietkau | 2 | -7/+1 |
2011-03-30 | ath9k_hw: remove pCap->total_queues | Felix Fietkau | 3 | -41/+6 |
2011-03-30 | ath9k_hw: turn a few big macros into functions | Felix Fietkau | 4 | -31/+51 |
2011-03-30 | ath9k_hw: replace REG_READ+REG_WRITE with REG_RMW | Felix Fietkau | 2 | -83/+56 |
2011-03-30 | ath9k_hw: add a new register op for read-mask-write | Felix Fietkau | 4 | -6/+42 |
2011-03-30 | ath9k_hw: embed the ath_ops callbacks in the ath_hw struct | Felix Fietkau | 3 | -22/+18 |
2011-03-30 | cfg80211: Add nl80211 event for deletion of a station entry | Jouni Malinen | 5 | -0/+57 |
2011-03-30 | ath9k: Support RSN IBSS | Jouni Malinen | 2 | -0/+16 |
2011-03-30 | ath9k: fix stuck beacon detection | Felix Fietkau | 2 | -9/+9 |
2011-03-30 | ath9k: trigger nfcal only after multiple missed beacons in AP mode | Felix Fietkau | 1 | -1/+2 |
2011-03-30 | ath9k: fix beacon timer handling issues | Felix Fietkau | 5 | -79/+49 |
2011-03-30 | libertas_spi: Add support for suspend/resume | Vasily Khoruzhick | 1 | -0/+65 |