summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-02-25rtl8192c: fix compilation errorsJohannes Berg2-12/+12
2011-02-24rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig buildLarry Finger34-185/+744
2011-02-24rtlwifi: Eliminate udelay calls with too large valuesWilly Tarreau2-21/+0
2011-02-24rtlwifi: Let rtlwifi build when PCI is not enabledWilly Tarreau1-1/+4
2011-02-24rtl8192cu: fix build error (vmalloc/vfree undefined)Willy Tarreau1-1/+1
2011-02-24rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is notWilly Tarreau1-1/+1
2011-02-24mac80211: rename RX_FLAG_TSFTJohannes Berg14-14/+17
2011-02-24b43: N-PHY: rev1: restore PHY state after RSSI operationsRafał Miłecki1-2/+2
2011-02-24b43: N-PHY: rev1: enable some gain ctl workaroundsRafał Miłecki1-9/+9
2011-02-24b43: N-PHY: fix 0x2055 radio workaround conditionRafał Miłecki1-3/+3
2011-02-24ath9k_htc: Fix error path in URB allocationSujith Manoharan1-3/+1
2011-02-24ath9k_htc: Add debug code to print endpoint mappingSujith Manoharan1-0/+17
2011-02-24ath9k_htc: Fix RX filtersSujith Manoharan1-2/+7
2011-02-24ath9k_htc: Fix host RX initializationSujith Manoharan1-8/+0
2011-02-24ath9k_htc: Fix TBTT calculation for IBSS modeSujith Manoharan1-4/+15
2011-02-24ath9k_htc: Configure beacon timers in AP modeSujith Manoharan4-15/+115
2011-02-24ath9k_htc: Add ANI for AP modeSujith Manoharan3-17/+43
2011-02-24ath9k_htc: Calculate and set the HW opmodeSujith Manoharan1-1/+14
2011-02-24ath9k_htc: Allow AP interface to be createdSujith Manoharan2-0/+19
2011-02-24ath9k_htc: Maintain individual counters for interfacesSujith Manoharan2-2/+40
2011-02-24ath9k_htc: Protect ampdu_action with a mutexSujith Manoharan1-0/+4
2011-02-24ath9k_htc: Use VIF from the packet's control dataSujith Manoharan1-1/+7
2011-02-24ath9k_htc: Make sequence number calculation per-VIFSujith Manoharan2-3/+3
2011-02-24ath9k_htc: Set the BSSID mask for multiple interfacesSujith Manoharan2-0/+40
2011-02-24ath9k_htc: Remove OP_ASSOCIATED variableSujith Manoharan4-41/+74
2011-02-24ath9k_htc: Remove OP_PROTECT_ENABLESujith Manoharan3-17/+6
2011-02-24ath9k_htc: Remove OP_PREAMBLE_SHORTSujith Manoharan2-16/+6
2011-02-24ath9k_htc: Fix error handling in add_interfaceSujith Manoharan1-4/+6
2011-02-24ath9k_htc: Unify target capability updatingSujith Manoharan1-14/+5
2011-02-24ath9k_htc: Allow upto two simultaneous interfacesSujith Manoharan3-54/+130
2011-02-24ath9k_htc: Handle storage devicesSujith Manoharan2-6/+69
2011-02-24mwl8k: Invert tx queues for set_hw_spec and set_edca_paramsNishant Sarmukadam1-4/+16
2011-02-24mwl8k: Tell mac80211 we have rate adaptation in FWNishant Sarmukadam1-1/+8
2011-02-24mwl8k: fix rf_antenna rx argument for APNishant Sarmukadam1-3/+7
2011-02-24Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville11-77/+478
2011-02-24Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville73-2086/+30527
2011-02-23wl12xx: AP-mode - management of links in PS-modeArik Nemtsov5-12/+186
2011-02-23wl12xx: AP-mode - count free FW TX blocks per linkArik Nemtsov4-26/+44
2011-02-23wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()Arik Nemtsov1-5/+12
2011-02-23wl12xx: AP-mode - support HW based link PS monitoringArik Nemtsov1-1/+2
2011-02-23wl12xx: report invalid TX rate when returning non-TX-ed skbsArik Nemtsov1-0/+11
2011-02-23wl12xx: AP-mode - TX queue per link in ACArik Nemtsov4-13/+151
2011-02-23wl12xx: AP-mode - fix race condition on sta connectionArik Nemtsov3-0/+53
2011-02-23wl12xx: fix potential race condition with TX queue watermarkArik Nemtsov1-13/+11
2011-02-23wl12xx: always set mac_address when configuring ht capsEliad Peller1-2/+1
2011-02-23wl12xx: use standard ALIGN() macroEliad Peller3-8/+2
2011-02-22wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUSEliad Peller1-1/+2
2011-02-22wl12xx: fix MODULE_AUTHOR email addressLuciano Coelho1-1/+1
2011-02-22wl12xx: avoid blocking while holding rcu lock on bss info changeArik Nemtsov1-6/+9
2011-02-22wl12xx: fix identification of beacon packets (debug)Eliad Peller1-3/+3