summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* b43: fill PHY ctl word1 in TX header for N-PHYRafał Miłecki2011-02-252-0/+79
* iwlagn: fix iwlagn_check_needed_chainsJohannes Berg2011-02-251-17/+41
* orinoco: Drop scan results with unknown channelsJoe Gunn2011-02-251-0/+5
* mac80211: make tx() operation return voidJohannes Berg2011-02-2534-126/+63Star
* iwlegacy: do not set tx power when channel is changingStanislaw Gruszka2011-02-252-4/+11
* p54: implement set_coverage_classChristian Lamparter2011-02-253-1/+21
* rtl8192c: fix compilation errorsJohannes Berg2011-02-242-12/+12
* rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig buildLarry Finger2011-02-2334-185/+744
* rtlwifi: Eliminate udelay calls with too large valuesWilly Tarreau2011-02-232-21/+0Star
* rtlwifi: Let rtlwifi build when PCI is not enabledWilly Tarreau2011-02-231-1/+4
* rtl8192cu: fix build error (vmalloc/vfree undefined)Willy Tarreau2011-02-231-1/+1
* rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is notWilly Tarreau2011-02-231-1/+1
* mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-2314-14/+17
* b43: N-PHY: rev1: restore PHY state after RSSI operationsRafał Miłecki2011-02-231-2/+2
* b43: N-PHY: rev1: enable some gain ctl workaroundsRafał Miłecki2011-02-231-9/+9
* b43: N-PHY: fix 0x2055 radio workaround conditionRafał Miłecki2011-02-231-3/+3
* ath9k_htc: Fix error path in URB allocationSujith Manoharan2011-02-231-3/+1Star
* ath9k_htc: Add debug code to print endpoint mappingSujith Manoharan2011-02-231-0/+17
* ath9k_htc: Fix RX filtersSujith Manoharan2011-02-231-2/+7
* ath9k_htc: Fix host RX initializationSujith Manoharan2011-02-231-8/+0Star
* ath9k_htc: Fix TBTT calculation for IBSS modeSujith Manoharan2011-02-231-4/+15
* ath9k_htc: Configure beacon timers in AP modeSujith Manoharan2011-02-234-15/+115
* ath9k_htc: Add ANI for AP modeSujith Manoharan2011-02-233-17/+43
* ath9k_htc: Calculate and set the HW opmodeSujith Manoharan2011-02-231-1/+14
* ath9k_htc: Allow AP interface to be createdSujith Manoharan2011-02-232-0/+19
* ath9k_htc: Maintain individual counters for interfacesSujith Manoharan2011-02-232-2/+40
* ath9k_htc: Protect ampdu_action with a mutexSujith Manoharan2011-02-231-0/+4
* ath9k_htc: Use VIF from the packet's control dataSujith Manoharan2011-02-231-1/+7
* ath9k_htc: Make sequence number calculation per-VIFSujith Manoharan2011-02-232-3/+3
* ath9k_htc: Set the BSSID mask for multiple interfacesSujith Manoharan2011-02-232-0/+40
* ath9k_htc: Remove OP_ASSOCIATED variableSujith Manoharan2011-02-234-41/+74
* ath9k_htc: Remove OP_PROTECT_ENABLESujith Manoharan2011-02-233-17/+6Star
* ath9k_htc: Remove OP_PREAMBLE_SHORTSujith Manoharan2011-02-232-16/+6Star
* ath9k_htc: Fix error handling in add_interfaceSujith Manoharan2011-02-231-4/+6
* ath9k_htc: Unify target capability updatingSujith Manoharan2011-02-231-14/+5Star
* ath9k_htc: Allow upto two simultaneous interfacesSujith Manoharan2011-02-233-54/+130
* ath9k_htc: Handle storage devicesSujith Manoharan2011-02-232-6/+69
* mwl8k: Invert tx queues for set_hw_spec and set_edca_paramsNishant Sarmukadam2011-02-231-4/+16
* mwl8k: Tell mac80211 we have rate adaptation in FWNishant Sarmukadam2011-02-231-1/+8
* mwl8k: fix rf_antenna rx argument for APNishant Sarmukadam2011-02-231-3/+7
* Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-02-2311-77/+478
|\
| * wl12xx: AP-mode - management of links in PS-modeArik Nemtsov2011-02-235-12/+186
| * wl12xx: AP-mode - count free FW TX blocks per linkArik Nemtsov2011-02-234-26/+44
| * wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()Arik Nemtsov2011-02-231-5/+12
| * wl12xx: AP-mode - support HW based link PS monitoringArik Nemtsov2011-02-231-1/+2
| * wl12xx: report invalid TX rate when returning non-TX-ed skbsArik Nemtsov2011-02-231-0/+11
| * wl12xx: AP-mode - TX queue per link in ACArik Nemtsov2011-02-234-13/+151
| * wl12xx: AP-mode - fix race condition on sta connectionArik Nemtsov2011-02-233-0/+53
| * wl12xx: fix potential race condition with TX queue watermarkArik Nemtsov2011-02-231-13/+11Star
| * wl12xx: always set mac_address when configuring ht capsEliad Peller2011-02-231-2/+1Star